RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1ApplicationBarToggleButton<T> Class / SetValue Method / SetValue(C1TextRange,T) Method
The range.
The value.

In This Topic
    SetValue(C1TextRange,T) Method
    In This Topic
    Sets the value for the current selected range.
    Syntax
    'Declaration
     
    Protected Overloads MustOverride Sub SetValue( _
       ByVal range As C1TextRange, _
       ByVal value As T _
    ) 
    protected abstract void SetValue( 
       C1TextRange range,
       T value
    )

    Parameters

    range
    The range.
    value
    The value.
    See Also